projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634b455
)
(rmime-magic-string): Define for compiler.
author
Glenn Morris
<rgm@gnu.org>
Sat, 7 Feb 2009 20:08:06 +0000
(20:08 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 7 Feb 2009 20:08:06 +0000
(20:08 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/mail/unrmail.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6b4f18ecc80145676375c0194514fb49e39fd7e5..b5cb92533cd073da5ee9e35823bcbd35960e2bb6 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2009-02-07 Glenn Morris <rgm@gnu.org>
+
+ * mail/unrmail.el (rmime-magic-string): Define for compiler.
+
2009-02-07 Eli Zaretskii <eliz@gnu.org>
* mail/rmail.el (rmail): Bind coding-system-for-read to
diff --git
a/lisp/mail/unrmail.el
b/lisp/mail/unrmail.el
index ecf4bdeec4fb78ef57616f5f3bf5cbcbb9dd2bff..749d3942006ac86343f6f18b4a3b06331901deed 100644
(file)
--- a/
lisp/mail/unrmail.el
+++ b/
lisp/mail/unrmail.el
@@
-44,6
+44,7
@@
For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
(kill-emacs (if error 1 0))))
(declare-function mail-strip-quoted-names "mail-utils" (address))
+(defvar rmime-magic-string) ; in rmime.el, if you have it
;;;###autoload
(defun unrmail (file to-file)